home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / cups / doc-root / cups.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-04-04  |  3.6 KB  |  257 lines

  1. BODY {
  2.   background: #cccc99;
  3.   color: #000000;
  4.   font-family: sans-serif;
  5. }
  6.  
  7. H1, H2, H3, H4, H5, H6, P, TD, TH {
  8.   font-family: sans-serif;
  9. }
  10.  
  11. KBD {
  12.   color: #006600;
  13.   font-family: monospace;
  14.   font-weight: bold;
  15. }
  16.  
  17. PRE {
  18.   font-family: monospace;
  19. }
  20.  
  21. PRE.command {
  22.   color: #7f0000;
  23.   margin-left: 36pt;
  24. }
  25.  
  26. PRE.command EM {
  27.   color: #3f0000;
  28. }
  29.  
  30. P.command {
  31.   color: #7f0000;
  32.   font-family: monospace;
  33.   margin-left: 36pt;
  34. }
  35.  
  36. P.formula {
  37.   font-style: italic;
  38.   margin-left: 36pt;
  39. }
  40.  
  41. BLOCKQUOTE {
  42.   background: #bbbb88;
  43.   border: solid thin #999966;
  44.   padding: 10pt;
  45. }
  46.  
  47. A:link, A:visited {
  48.   text-decoration: none;
  49.   font-weight: bold;
  50.   color: #993300;
  51. }
  52.  
  53. A:link:hover, A:visited:hover, A:active {
  54.   text-decoration: underline;
  55.   font-weight: bold;
  56.   color: #bb5500;
  57. }
  58.  
  59. A.sel, TR.sel {
  60.   background-color: #eeeebb;
  61.   color: #993300;
  62. }
  63.  
  64. TR.sel TD {
  65.   padding: 4pt;
  66. }
  67.  
  68. A.unsel, A.unsel:visited {
  69.   background-color: #666633;
  70.   color: #e8e8b8;
  71. }
  72.  
  73. A.unsel:link:hover, A.unsel:visited:hover, A.unsel:active {
  74.   background-color: #999966;
  75.   color: #663300;
  76. }
  77.  
  78. INPUT[TYPE="TEXT"], TEXTAREA {
  79.   font-family: monospace;
  80. }
  81.  
  82. INPUT[TYPE="IMAGE"] {
  83.   border: none;
  84.   padding: 2pt;
  85.   vertical-align: bottom;
  86. }
  87.  
  88. SUB, SUP {
  89.   font-size: 50%;
  90. }
  91.  
  92. TR.header, TR.header TH, TH.header, TR.trailer, TR.trailer TH, TH.trailer {
  93.   background-color: #bbbb88;
  94. }
  95.  
  96. TR.page, TD.page {
  97.   background-color: #eeeebb;
  98.   height: 100%;
  99.   padding-top: 20pt;
  100.   padding-bottom: 20pt;
  101. }
  102.  
  103. TR.data, TD.data, TR.data TD {
  104.   padding: 5;
  105.   border-bottom: solid 2pt #000000;
  106. }
  107.  
  108. TR.data TH {
  109.   border-bottom: solid 2pt #000000;
  110.   padding-top: 10pt;
  111.   padding-left: 5pt;
  112.   text-align: left;
  113. }
  114.  
  115. DIV.table TABLE {
  116.   border: solid thin #999966;
  117.   border-spacing: 0;
  118.   margin-left: auto;
  119.   margin-right: auto;
  120. }
  121.  
  122. DIV.table CAPTION {
  123.   caption-side: top;
  124.   font-size: 120%;
  125.   font-style: italic;
  126.   font-weight: bold;
  127.   margin-left: auto;
  128.   margin-right: auto;
  129. }
  130.  
  131. DIV.table TABLE TD {
  132.   border: solid thin #bbbb88;
  133.   padding-top: 5pt;
  134. }
  135.  
  136. DIV.table TABLE TH {
  137.   background: #bbbb88;
  138.   border: none;
  139.   border-bottom: solid thin #999966;
  140. }
  141.  
  142. DIV.figure TABLE {
  143.   margin-left: auto;
  144.   margin-right: auto;
  145. }
  146.  
  147. DIV.figure CAPTION {
  148.   caption-side: bottom;
  149.   font-size: 120%;
  150.   font-style: italic;
  151.   font-weight: bold;
  152.   margin-left: auto;
  153.   margin-right: auto;
  154. }
  155.  
  156. TH.label {
  157.   padding-top: 5pt;
  158.   text-align: right;
  159.   vertical-align: top;
  160. }
  161.  
  162. HR {
  163.   border: solid thin;
  164. }
  165.  
  166. SPAN.info {
  167.   background: #000000;
  168.   border: thin solid #000000;
  169.   color: #ffffff;
  170.   font-size: 80%;
  171.   font-style: italic;
  172.   font-weight: bold;
  173.   white-space: nowrap;
  174. }
  175.  
  176. H2 SPAN.info, H3 SPAN.info {
  177.   float: right;
  178.   font-size: 100%;
  179. }
  180.  
  181. .conflict {
  182.   color: red;
  183. }
  184.  
  185. H2.title, H3.title {
  186.   border-bottom: solid 2pt #000000;
  187. }
  188.  
  189. IMG.button {
  190.   border: none;
  191.   padding: 2pt;
  192.   vertical-align: middle;
  193. }
  194.  
  195. DIV.sidebar {
  196.   background: #ddddaa;
  197.   border: solid 2px #cccc99;
  198.   float: right;
  199.   margin-left: 10pt;
  200.   padding: 5pt;
  201.   width: 25%;
  202. }
  203.  
  204. DIV.sidebar P.l0 {
  205.   margin-bottom: 0;
  206.   margin-left: 0;
  207.   margin-right: 0;
  208.   margin-top: 12pt;
  209. }
  210.  
  211. DIV.sidebar P.l1 {
  212.   margin-bottom: 0;
  213.   margin-left: 36pt;
  214.   margin-right: 0;
  215.   margin-top: 0;
  216.   text-indent: -18pt;
  217. }
  218.  
  219. DIV.sidebar P.l2 {
  220.   font-style: italic;
  221.   margin-bottom: 0;
  222.   margin-left: 54pt;
  223.   margin-right: 0;
  224.   margin-top: 0;
  225.   text-indent: -18pt;
  226. }
  227.  
  228. TABLE.pager {
  229.   background: #cccc99;
  230.   border: solid thin #999966;
  231.   margin-top: 10pt;
  232.   padding: 2pt;
  233. }
  234.  
  235. DT {
  236.   margin-left: 36pt;
  237.   margin-top: 12pt;
  238. }
  239.  
  240. DD {
  241.   margin-left: 54pt;
  242. }
  243.  
  244. DL.category DT {
  245.   font-weight: bold;
  246. }
  247.  
  248. P.summary {
  249.   margin-left: 54pt;
  250.   font-family: monospace;
  251. }
  252.  
  253. SPAN.message {
  254.   font-style: italic;
  255.   font-size: smaller;
  256. }
  257.